Try and avoid hardcoding lists of function types
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 12 Mar 2024 20:09:23 +0000 (16:09 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 12 Mar 2024 20:09:23 +0000 (16:09 -0400)
commit4afafa03704aab0c21e4cb4f028256ecead5f795
tree17884b80cd29d6d070e2dd24e15e8fa4b5ef313e
parent8df673907781bce8b080b91b056cb9987587387c
Try and avoid hardcoding lists of function types

* lisp/bind-key.el (bind-key--get-binding-description):
Show docstrings for compiled functions also.  Don't hardcode knowledge
about various particular kinds of functions.

* lisp/emacs-lisp/bytecomp.el (display-call-tree): Remove special
support for functions with a `byte-code` body since we never generate
that nowadays.  Don't hardcode knowledge
about various particular kinds of functions.
lisp/bind-key.el
lisp/emacs-lisp/bytecomp.el